home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TREGDIALOG / TREGDIALOG.txt
Text File  |  1996-04-01  |  1KB  |  62 lines

  1. object RegDialog: TRegDialog
  2.   Left = 239
  3.   Top = 183
  4.   Width = 296
  5.   Height = 188
  6.   Caption = 'Registration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 16
  16.     Width = 108
  17.     Height = 13
  18.     Caption = 'Registration Password:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 16
  22.     Top = 64
  23.     Width = 137
  24.     Height = 13
  25.     Caption = 'This software is registered to:'
  26.   end
  27.   object Button1: TButton
  28.     Left = 64
  29.     Top = 120
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 2
  36.   end
  37.   object Button2: TButton
  38.     Left = 152
  39.     Top = 120
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = '&Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 3
  46.   end
  47.   object PassEdit: TEdit
  48.     Left = 16
  49.     Top = 32
  50.     Width = 257
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object UserEdit: TEdit
  55.     Left = 16
  56.     Top = 80
  57.     Width = 257
  58.     Height = 21
  59.     TabOrder = 1
  60.   end
  61. end
  62.